home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2005 June (DVD) / DPPRO0605DVD.iso / Install / program files / Borland / BDS / 3.0 / Demos / CSharp / Applications / Find / README.TXT < prev    next >
Encoding:
Text File  |  2004-10-22  |  823 b   |  29 lines

  1. C# Demo of a "FindOnPaths" tool for C#Builder
  2. ---------------------------------------------
  3.  
  4. This example demonstrates how to search along the usual windows paths
  5. for some occurrence of an executable (or *.dll) file. 
  6.  
  7. Development topics demonstrated in this example include:
  8.  
  9. 1) How to access different windows system paths.
  10. 2) How to search for executable and dll files along of paths. 
  11.  
  12.  
  13. Compiling the demo
  14. ------------------
  15.  
  16. Open the project group file findonpaths.bdsgroup and then build the project.
  17.  
  18. Running the demo
  19. ----------------
  20.  
  21. Run findonpaths.exe.
  22.  
  23. Search after any executable or script file, e.g. those with an extension of 
  24. ".com", ".exe", ".bat", ".cmd", ".vbs", ".vbe", ".js", ".jse", ".wsf",".wsh" 
  25. (files with an ".dll" extension will be found too).
  26.  
  27.  
  28. Valentino Kyriakides
  29.